@charset "UTF-8";


.trademark {
	background: #f5f5f5;
	padding-bottom: 40px;
}

.trademark .banner {
	width: 100%;
	height: 160px;
	background: url(/img/trademark01.jpg) no-repeat;
}

.trademark .banner_search {
	margin: auto;
	padding-top: 40px;
	width: 575px;
	height: 90px;
	position: relative;
}

.search_menu {
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #ebecec;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	padding: 8px 0;
	z-index: 9;
	width: 103px;
	top:55px;
}

.search_menu li {
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	color: #373d41;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.search_menu .li_active {
	color: red;
}

.search_menu li:hover {
	color: #373d41;
	background: #f4f4f5;
}

.left {
	background: #fff;
	width:100%;
	height: 54px;
	padding-left: 10px; position:relative

}

.left .next_select {
	height: 54px;
	line-height: 54px;
	width: 100%;
	font-size: 14px;
	color: #5c5c5c;
	display: inline-block;
	cursor: pointer;
	background: url(/img/header04.png) no-repeat 75px center;
	-webkit-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.left .next_select .inner {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	text-indent: 13px;

}

.left .active {
	background: url(/img/header06.png) no-repeat 75px center;
}

.top div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	max-height: 36px;
	min-height: 36px;
	overflow: hidden;
	background: #fff;
}

.trademark .banner_search .middle {
	width: 368px;
}

.trademark .banner_search .middle .next_input {
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.trademark .banner_search .middle .next_input input {
	border: none;
	outline: none;
	width: 100%;
	color: #181818;
	font-size: 14px;
	height: 36px;
	max-height: 36px;
	min-height: 36px;
	line-height: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.trademark .banner_search .middle .next_input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
	font-size: 14px;
	color: #b5b5b5;
}

.trademark .banner_search .middle .next_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #b5b5b5;
}

.trademark .banner_search .middle .next_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #b5b5b5;
}

.trademark .banner_search .middle .next_input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
	font-size: 14px;
	color: #b5b5b5;
}

.trademark .banner_search .top .right {
	padding: 0;
	border-radius: 0px 3px 3px 0px;
	background: none;
}

.trademark .banner_search .top .right .btn {
	background: #F44444;
	border-radius: 2px;
	margin: auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 148px;
	height: 38px;
	line-height: 38px;
	border: none;
	display: block;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	width: 100px;
	border: none;
	border-radius: 0px 3px 3px 0px;
}

.trademark .banner_search .hot {
	padding-top: 15px;
}

.trademark .banner_search .hot a, .trademark .banner_search .hot span {
	color: #fff;
	font-size: 14px;
}

.trademark .banner_search .hot span:nth-child(1) {
	padding-right: 5px;
}

.trademark .banner_search .hot_type {
	padding-right: 12px;
}

.trademark .banner_search .hot_type a:hover {
	color: red;
}

.trademark .type_boxs {
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.trademark .type_boxs .trademark_type {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.trademark .type_boxs .trademark_type h3 {
	font-size: 16px;
	color: #181818;
	font-weight: 600;
	line-height: 16px;
}

.trademark .type_boxs .trademark_type ul {
	padding-top: 20px;
	height: 50px;
	overflow: hidden;
}

.trademark .type_boxs .trademark_type ul:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .type_boxs .trademark_type ul li {
	float: left;
	width: 9%;
	margin-bottom: 15px;
	height: 14px;
	line-height: 14px;
}

.trademark .type_boxs .trademark_type ul li a {
	font-size: 12px;
	color: #5c5c5c;
}

.trademark .type_boxs .trademark_type ul li a:hover {
	color: #F44444;
}

.trademark .type_boxs .trademark_type .list_active {
	height: auto;
	overflow: auto;
}

.trademark .type_more {
	width: 142px;
	height: 28px;
	line-height: 28px;
	background: #fff url(/img/monitor02.png) no-repeat 110px center;
	margin: auto;
	text-align: center;
	text-indent: -20px;
	color: #7c7c7c;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	top: -1px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.trademark .more_active {
	background: #fff url(/img/monitor01.png) no-repeat 110px center;
}

.trademark .content {
	width: 1200px;
	margin: 0 auto;
}

.trademark .content .header_title {
	margin-bottom: 30px;
}

.trademark .content .header_title:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .content .header_title h3 {
	float: left;
	color: #181818;
	font-size: 24px;
	line-height: 24px;
}

.trademark .content .header_title div {
	float: right;
	line-height: 24px;
}

.trademark .content .header_title div a {
	color: #5c5c5c;
	margin-left: 12px;
	font-size: 14px;
}

.trademark .content .header_title div .more {
	margin-left: 28px;
	display: inline-block;
	width: 70px;
	height: 26px;
	border-radius: 14px;
	text-align: center;
	line-height: 26px;
	border: solid 1px #b5b5b5;
	font-size: 14px;
	color: #b5b5b5;
}

.trademark .content .header_title div .more:hover {
	color: #F44444;
	border: solid 1px #f44444;
}

.trademark .content .header_title div a:hover {
	color: #F44444;
}

.trademark .content .leading {
	margin-top: 48px;
}

.trademark .content .leading_list:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .content .leading_list_left {
	width: 248px;
	height: 350px;
	float: left;
}

.trademark .content .leading_list_left img {
	width: 100%;
	height: 100%;
}

.trademark .content .leading_list_info {
	float: left;
	width: 942px;
	margin-left: 10px;
	height: 350px;
}

.trademark .content .leading_list_info:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .content .leading_list_info .bx-wrapper {
	margin: 0;
	max-width: 942px !important;
	min-width: 942px;
	display: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out,right 0.3s ease-out,all 0.3s ease-out;
	transition: all 0.3s ease-out,right 0.3s ease-out,all 0.3s ease-out;
}

.trademark .content .leading_list_info .bx-wrapper:hover .bx-prev {
	left: 0px;
	opacity: 1;
}

.trademark .content .leading_list_info .bx-wrapper:hover .bx-next {
	right: 0px;
	opacity: 1;
}

.trademark .content .leading_list_info .bx-wrapper:hover a.disabled {
	opacity: 0.3;
}

.trademark .content .leading_list_info .bx-wrapper a.disabled {
	opacity: 0.3;
	display: block;
}

.trademark .content .leading_list_info .bx-wrapper .bx-viewport {
	border: none;
	height: 350px;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.trademark .content .leading_list_info .bx-wrapper:first-child {
	display: block;
}

.trademark .content .leading_list .bx-pager {
	display: none;
}

.trademark .content .leading_list .bx-prev {
	opacity: 0;
	width: 24px;
	height: 44px;
	left: -24px;
	background-color: #000000;
	border-radius: 2px;
	background: url(/img/trademark04.png) no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.trademark .content .leading_list .bx-prev:hover {
	background-color: #f44444;
}

.trademark .content .leading_list .bx-next {
	opacity: 0;
	width: 24px;
	height: 44px;
	background-color: #000000;
	border-radius: 2px;
	right: -24px;
	background: url(/img/trademark05.png) no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.trademark .content .leading_list .bx-next:hover {
	background-color: #f44444;
	opacity: 0.6;
}

.trademark .content .leading_list .disabled {
	opacity: 0.3;
}

.trademark .content .leading_list .slide_container {
	height: 100%;
}

.trademark .content .leading_list .slide_container .slide {
	background: #fff;
	width: 228px !important;
	height: 350px !important;
}

.trademark .content .leading_list .slide_container .slide .hide {
	display: none;
}

.trademark .content .leading_list .slide_container .hide {
	display: none;
}

.trademark .content .leading_list .slide {
	padding: 0 34px;
	width: 228px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.trademark .content .leading_list .slide .img {
	width: 160px;
	height: 120px;
	margin-top: 44px;
}

.trademark .content .leading_list .slide .img img {
	width: 100%;
	height: 100%;
}

.trademark .content .leading_list .slide h3 {
	font-size: 14px;
	color: #5c5c5c;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trademark .content .leading_list .slide p {
	color: #8b8b8b;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}

.trademark .content .leading_list .slide a {
	width: 124px;
	height: 34px;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 17px;
	border: solid 1px #f44444;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #f44444;
	margin: auto;
	margin-top: 20px;
	-webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.trademark .content .leading_list .slide a:hover {
	background: #e63131;
	color: #fff;
	border: none;
}

.trademark .content .optimization {
	margin-top: 48px;
}

.trademark .content .optimization_list:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .content .optimization_list .left {
	float: left;
	width: 750px;
	height: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.trademark .content .optimization_list .left .example {
	position: relative;
	width: 750px;
	height: 250px;
	font-size: 40px;
	text-align: center;
}

.trademark .content .optimization_list .left .example .ft-carousel {
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.trademark .content .optimization_list .left .example .show {
	opacity: 1;
	z-index: 666;
}

.trademark .content .optimization_list .left .example .carousel-inner {
	width: 100%;
}

.trademark .content .optimization_list .left .example a {
	width: 100%;
	height: 100%;
}

.trademark .content .optimization_list .left .example .carousel-item {
	line-height: 250px;
	color: #fff;
	font-family: Arial Black;
	position: relative;
	width: 100%;
	height: 100%;
}

.trademark .content .optimization_list .left .example .carousel-indicators {
	z-index: 999;
	padding: 0;
	text-align: center;
}

.trademark .content .optimization_list .left .example .carousel-indicators span {
	background: #000;
	opacity: .2;
	width: 6px;
	height: 6px;
}

.trademark .content .optimization_list .left .example .carousel-indicators .active {
	width: 6px;
	height: 6px;
	background: #f44444;
	opacity: 1;
}

.trademark .content .optimization_list .left img {
	width: 100%;
	height: 100%;
}

.trademark .content .optimization_list .right {
	width: 450px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 250px;
	float: left;
}

.trademark .content .optimization_list .right:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .content .optimization_list .right li {
	width: 20%;
	height: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.trademark .content .optimization_list .right li .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.trademark .content .optimization_list .right li .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #161a1d;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=60;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.trademark .content .optimization_list .right li .content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.trademark .content .optimization_list .right li .icon {
	margin-top: 55px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	height: 28px;
	background: url(/img/trademark06.png) no-repeat center;
	background-size: 24px 28px;
}

.trademark .content .optimization_list .right li span {
	font-size: 15px;
	color: #ffffff;
	display: block;
	margin: auto;
}

.trademark .content .optimization_list .right li .type {
	text-align: center;
}

.trademark .content .optimization_list .right li .name {
	display: block;
	width: 15px;
	position: relative;
	top: 1px;
	line-height: 15px;
}

.trademark .content .optimization_list .right li:hover .bg {
	background: #f03232;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=60;
}

.trademark .content .optimization_list .right .active .bg {
	background: #f03232;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=60;
}

.trademark .content .optimization_list .right li:nth-child(1) {
	width: 90px;
	background: url(/img/trademark16.jpg) no-repeat;
}

.trademark .content .optimization_list .right li:nth-child(2) {
	background: url(/img/trademark17.png) no-repeat;
}

.trademark .content .optimization_list .right li:nth-child(2) .icon {
	background: url(/img/trademark07.png) no-repeat center;
	background-size: 26px 28px;
}

.trademark .content .optimization_list .right li:nth-child(3) {
	background: url(/img/trademark18.png) no-repeat;
}

.trademark .content .optimization_list .right li:nth-child(3) .icon {
	background: url(/img/trademark08.png) no-repeat center;
	background-size: 30px 26px;
}

.trademark .content .optimization_list .right li:nth-child(4) {
	background: url(/img/trademark19.png) no-repeat;
}

.trademark .content .optimization_list .right li:nth-child(4) .icon {
	background: url(/img/trademark09.png) no-repeat center;
	background-size: 28px 28px;
}

.trademark .content .optimization_list .right li:nth-child(5) {
	background: url(/img/trademark20.png) no-repeat;
}

.trademark .content .optimization_list .right li:nth-child(5) .icon {
	background: url(/img/trademark10.png) no-repeat center;
	background-size: 26px 28px;
}

.trademark .content .hot_type {
	margin-top: 48px;
}

.trademark .content .hot_type .hot_list:after {
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}

.trademark .content .hot_type .hot_list .left {
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 248px;
	height: 444px;
	padding-top: 36px;
	background: url(/img/trademark11.jpg) no-repeat;
}

.trademark .content .hot_type .hot_list .left h3 {
	color: #5c5c5c;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
}

.trademark .content .hot_type .hot_list .left h3:hover {
	color: #f44444;
}

.trademark .content .hot_type .hot_list .left .line {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding-top: 18px;
	margin-bottom: 18px;
}

.trademark .content .hot_type .hot_list .left .line:last-child {
	border: none;
}

.trademark .content .hot_type .hot_list .left p {
	line-height: 18px;
	color: #7f7f7f;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.trademark .content .hot_type .hot_list .left p i {
	font-style: normal;
	color: #7f7f7f;
	font-size: 12px;
}

.trademark .content .hot_type .hot_list .left p i:last-child {
	display: none;
}

.trademark .content .hot_type .hot_list .left p a {
	font-size: 12px;
	color: #7f7f7f;
}

.trademark .content .hot_type .hot_list .left p a:hover {
	color: #f44444;
}

.trademark .content .hot_type .hot_list .left .border_none {
	border: none;
}

.trademark .content .hot_type .hot_list .right {
	width: 952px;
	float: left;
	height: 444px;
}

.trademark .content .hot_type .hot_list .right li {
	width: 229px;
	height: 218px;
	margin-left: 9px;
	margin-bottom: 9px;
	background: #fff;
	float: left;
	text-align: center;
	padding-top: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.trademark .content .hot_type .hot_list .right li:hover .font {
	bottom: 0;
}

.trademark .content .hot_type .hot_list .right li a {
	display: block;
	width: 100%;
	height: 100%;
}

.trademark .content .hot_type .hot_list .right li img {
	width: 146px;
	height: 110px;
}

.trademark .content .hot_type .hot_list .right li span {
	font-size: 14px;
	color: #5c5c5c;
	display: block;
	margin-top: 25px;
}

.trademark .content .hot_type .hot_list .right li .font {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: -60px;
	background: #F44444;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.trademark .content .hot_type .hot_list .right li .font span {
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	height: 40px;
	padding: 0 10px;
	margin-top: 10px;
}

.trademark .content .hot_type2 .hot_list .left {
	background: url(/img/trademark12.jpg) no-repeat;
}

.trademark .content .hot_type3 .hot_list .left {
	background: url(/img/trademark13.jpg) no-repeat;
}

.trademark .banner_bottom {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
/*# sourceMappingURL=trademarkIndex.css.map */